home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #2 / Monster Media No. 2 (Monster Media)(1994).ISO / bbs_util / drmdwn11.zip / SYSOP.DOC < prev    next >
Text File  |  1994-07-05  |  7KB  |  220 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.                                    DreamDOWN
  10.                           The ULTIMATE Download Door!
  11.  
  12.                                  Version  v1.1
  13.                         Copyright (c)1994 By Andy Stewart
  14.  
  15.  
  16.  
  17.                       ALWAYS READ the file WHATS.NEW !!!!!!
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.                       COPYRIGHT AND REGISTRATION NOTICE
  44.                       ---------------------------------
  45.  
  46.      DreamDOWN is a copyrighted program being distributed under the
  47.      shareware concept.  The only 'difference' between DreamWARE doors
  48.      and shareware is:  Registration is still required, but the trial
  49.      period for the door is virtually indefinate.  You may test the door
  50.      online for as long as you like, and register it when you are sure
  51.      you want it to remain online, and when you can afford to register.
  52.      (I know how running a BBS can get to be a burden on your finances.)
  53.      This policy is retroactive to ALL DreamWARE doors and utilities, the
  54.      only exception being the doorkit I will be releasing at a later
  55.      date (for the moment called DreamDOOR).  This kit will have the
  56.      normal set evaluation period for obvious reasons.  At any rate, try
  57.      the door until you are absolutely sure you wish the door to remain
  58.      online and can afford to register it, then, at that moment you are
  59.      required to register the door! <g>   Enjoy!
  60.  
  61.      As a shareware program, DreamDOWN may be freely distributed through a
  62.      BBS.  Shareware distributors may distribute copies of DreamDOWN on disk
  63.      for a modest disk duplication charge not to exceed $4 per disk.
  64.  
  65.  
  66.  
  67.  
  68.  
  69.                                     WARRANTY
  70.                                     --------
  71.  
  72.      DreamDOWN is distributed without warranty.  In no event will Andy
  73.      Stewart or DreamWARE Communications be liable to you for damages,
  74.      including any loss of profits, lost savings, or other incidental or
  75.      consequential damages arising out of your use of or inability to use the
  76.      program, even if Andy Stewart, DreamWARE Communications or an authorized
  77.      representative has been advised of the possibility of such damages.
  78.      Andy Stewart and DreamWARE Communications will not be liable for any
  79.      such claim by any other party.
  80.  
  81.  
  82.  
  83.                                   INTRODUCTION
  84.                                   ------------
  85.  
  86.           DreamDOWN has the following built-in features ...
  87.  
  88.           Assembly language serial input/output routines for maximum
  89.           speed.
  90.  
  91.           Fully supports high  speed modems: 16550 FIFO buffering and
  92.           locked serial ports.
  93.  
  94.           Built in ANSI terminal emulator.  No need to have ANSI.SYS
  95.           loaded in memory.
  96.  
  97.           Supports all of the most popular door data file formats:
  98.           TriBBS, PCBoard, GAP, Spitfire, WildCat, RBBS, and WWIV.
  99.  
  100.  
  101.  
  102.  
  103.                               RUNNING DREAMDOWN
  104.                               -----------------
  105.      DreamDOWN is run by entering a command similar to the following:
  106.  
  107.      dreamdl dreamdl.cfg
  108.  
  109.      In the above command line, "dreamdl" is the name of your door's EXE file
  110.      and the "dreamdl.cfg" parameter is the name of the door's configuration
  111.      file.  The configuration file can have any name the sysop chooses, but
  112.      it must reside in the same directory as the door.  The configuration
  113.      file is an ASCII text file with the following format:
  114.  
  115.      Line 1:   Door data file type.
  116.      Line 2:   Path to the door data file(s).
  117.      Line 3:   BBS name.
  118.      Line 4:   Sysop's name.
  119.      Line 5:   Locked baud rate.
  120.  
  121.      As illustrated above, the door's data file type is specified in line 1
  122.      and can be PCB for PCBoard, GAP for GAP (DOOR.SYS), SF for  Spitfire,
  123.      RBBS for RBBS, WC for WildCat!, TRIBBS for TriBBS, or WWIV for WWIV.
  124.      The locked baud rate is specified in line 5. If the sysop doesn't
  125.      lock his serial port, he must specify 0 for the locked baud rate.
  126.      NOTE: Although many door formats do pass the locked baud rate in the
  127.      door data files, some older formats such as RBBS do not.  For
  128.      conformity, it is required that you specify the locked baud rate in
  129.      line 5 and ignores any value passed in the door data files.
  130.  
  131.      The following is a sample door configuration file:
  132.  
  133.      WWIV
  134.      C:\WWIV\
  135.      DreamNET
  136.      Unca Scrooge
  137.      38400
  138.  
  139.      A file called SETUP.EXE is included to aid with writing this config.
  140.      file.  Run it, answer the questions, and let the program do the rest.
  141.  
  142.                 THIS MUST BE RUN BEFORE RUNNING DreamDOWN!!!
  143.  
  144.  
  145.      DreamDOWN can be run locally without a door data file (handy for the
  146.      sysop to use the door without logging on to the BBS) by specifying
  147.      /L after the configuration file parameter in the DOS command line.
  148.      DreamDOWN will request the user to enter his name before running the
  149.      door.
  150.  
  151.      Nonstandard IRQs can be used with DreamDOWN by specifying the IRQ
  152.      number after the  "config" parameter in the command line used to run
  153.      the door as follows:
  154.  
  155.      door config irq
  156.  
  157.  
  158.  
  159.                                   SPECIAL KEYS
  160.                                   ------------
  161.  
  162.      While a door is running, the sysop can press certain special keys to
  163.      perform a variety of functions.    The following is a list of the
  164.      functions that the DreamDOWN special keys perform:
  165.  
  166.  
  167.      Key(s)              Function
  168.  
  169.      HOME                Toggles between the user status window and a help
  170.                          display that lists the special keys.
  171.  
  172.      F6                  Takes 5 minutes away from the caller.
  173.                          NOTE:  This will NOT be returned to BBS.
  174.  
  175.      F7                  Gives 5 minutes to the caller.
  176.                          NOTE:  This will NOT be returned to the BBS.
  177.  
  178.      F9                  Quit the door and return the caller to the BBS.
  179.  
  180.      F10                 Enter chat mode.  Pressing the ESC key exits the
  181.                          chat mode.
  182.  
  183.      Alt+D               Drop to DOS.
  184.  
  185.  
  186.  
  187.  
  188.                                      SUPPORT
  189.                                      -------
  190.  
  191.      You may obtain assistance with a DreamWARE Communication programs and
  192.      related problems by calling the two boards listed as CORE Support in
  193.      DISTRIB.TXT.  I call these two boards at least once a day, so this is
  194.      the fastest way to contact me.  Please give me 24 hours to reply.
  195.      
  196.      The latest versions DreamWARE Communications doors can be found here,
  197.      which are downloadable on the first call.  These 2 boards are the
  198.      first that receive the new versions.  Also, they can be found on
  199.      the support boards found in DISTRIB.TXT.   I can also be reached 
  200.      at 1@8398 WWIVnet/ICEnet, 1@8351 ImagiNet.
  201.  
  202.  ■■■ NOTE: After the WWIVNet node switch, I will be 1@2754
  203.  
  204.  
  205.  
  206.  
  207.                                   REGISTRATION
  208.                                   ------------
  209.  
  210.      Registration of DreamDOWN is only $10.00.  Please use the form in the
  211.      file ORDER.FRM.   When you register DreamDOWN, you will receive a
  212.      keyfile to turn your copy of DreamDOWN into a registered version.  More
  213.      information on this is in ORDER.FRM.
  214.  
  215.  
  216.  
  217.                        Thank you for using DreamDOWN
  218.                        -----------------------------
  219.  
  220.